-
Notifications
You must be signed in to change notification settings - Fork 47.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[forgive] Init #31918
base: main
Are you sure you want to change the base?
[forgive] Init #31918
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: 4309bde...2641c52 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
This was not committed in #31811 --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31920). * #31919 * #31918 * #31917 * #31916 * #31915 * __->__ #31920
There's no real reason to restrict the React peer dep to non-experimental, so relax it. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31915). * #31919 * #31918 * #31917 * #31916 * __->__ #31915 * #31920
Update our various compiler rollup plugins.
This PR adds experimental support for a canoncial reactrc config file to be provided. This will be used later by other tooling such as a compiler upgrade script, IDE extension and so on, as the canonical configuration source for the compiler.
Basic workspace setup for Forgive.
Init basic LSP. At the moment the extension doesn't do anything interesting, but it does compile successfully.
run: { | ||
module: serverModule, | ||
transport: TransportKind.ipc, | ||
options: {cwd: process.cwd()}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just stumbled upon this PR by accident, but I can tell you from experience that you shouldn’t rely on process.cwd()
in a VSCode extension or language server. It may vary based on which OS the user uses and how they opened their editor. It’ll cause all sorts of unexpected issues.
Update our various compiler rollup plugins. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31919). * #31927 * #31918 * #31917 * #31916 * __->__ #31919
Init basic LSP. At the moment the extension doesn't do anything interesting, but it does compile successfully.
Stack created with Sapling. Best reviewed with ReviewStack.